home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / pascal / tppop16.zip / READ.ME < prev    next >
Text File  |  1988-09-29  |  1KB  |  23 lines

  1. This package contains all of the necessary tools for the creation of
  2. TSR (Terminate and Stay Resident) programs with Turbo Pascal 4.0.
  3.  
  4. Filename        Description
  5. --------        ------------------------------------------------------
  6. DICE.PAS        Unit source code for dice rolling
  7. DICE.TPU        Compiled unit for dice rolling
  8. NODICE.BAT      Batch version of the remove program
  9. NODICE.PAS      Source for unload sample
  10. POPDICE.PAS     Source code for example
  11. POPUP.DOC       Document file
  12. POPUP.PAS       Source code for TSR unit
  13. POPUP.TPU       Compiled unit for creating TSR programs
  14. REMOVE.PAS      Universal unloader source code
  15. TPOP.ASM        Low-level assembler code for creating TSR programs
  16. TPOP.OBJ        Linkable object module for low-level routines
  17. UNHOOK.PAS      High-level code for removing a TSR from memory
  18. UNHOOK.TPU      Compiled unit for unloading stuff
  19. UPPRCASE.ASM    Assembler routine to convert strings to uppercase
  20. UPPRCASE.OBJ    Linkabe object module - used by POPDICE.PAS
  21. WINDOWS.PAS     Simple windowing unit source code
  22. WINDOWS.TPU     Compiled unit for windowing package
  23.